Autogenerated HTML docs for v1.7.1-331-ga5080
diff --git a/git-config.html b/git-config.html index 3ae1cfe..217602c 100644 --- a/git-config.html +++ b/git-config.html
@@ -1493,17 +1493,12 @@ <dd> <p> When showing commit messages, also show notes which are stored in - the given ref. This ref is expected to contain files named - after the full SHA-1 of the commit they annotate. The ref - must be fully qualified. + the given ref. The ref must be fully qualified. If the given + ref does not exist, it is not an error but means that no + notes should be printed. </p> -<div class="para"><p>If such a file exists in the given ref, the referenced blob is read, and -appended to the commit message, separated by a "Notes (<refname>):" -line (shortened to "Notes:" in the case of "refs/notes/commits"). If the -given ref itself does not exist, it is not an error, but means that no -notes should be printed.</p></div> -<div class="para"><p>This setting defaults to "refs/notes/commits", and can be overridden by -the <tt>GIT_NOTES_REF</tt> environment variable.</p></div> +<div class="para"><p>This setting defaults to "refs/notes/commits", and it can be overridden by +the <em>GIT_NOTES_REF</em> environment variable. See <a href="git-notes.html">git-notes(1)</a>.</p></div> </dd> <dt> core.sparseCheckout @@ -3326,6 +3321,21 @@ </p> </dd> <dt> +pretty.<name> +</dt> +<dd> +<p> + Alias for a --pretty= format string, as specified in + <a href="git-log.html">git-log(1)</a>. Any aliases defined here can be used just + as the built-in pretty formats could. For example, + running <tt>git config pretty.changelog "format:* %H %s"</tt> + would cause the invocation <tt>git log --pretty=changelog</tt> + to be equivalent to running <tt>git log "--pretty=format:* %H %s"</tt>. + Note that an alias with the same name as a built-in format + will be silently ignored. +</p> +</dd> +<dt> pull.octopus </dt> <dd> @@ -3916,7 +3926,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-06-01 05:05:55 UTC +Last updated 2010-06-13 19:56:31 UTC </div> </div> </body>